home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP Heft 2.iso / data / FP_2000 / PFILES / COMMON / MSSHARED / THEMES / BLENDS / BLENDS.ELM / graph1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-01  |  2.0 KB  |  84 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(blebanna.gif);
  4.     separator-image: url(blesepa.gif);
  5.     list-image-1: url(blebul1a.gif);
  6.     list-image-2: url(blebul2a.gif);
  7.     list-image-3: url(blebul3a.gif);
  8.     navbutton-horiz-pushed: url(blenavhs.gif);
  9.     navbutton-horiz-normal: url(blenavha.gif);
  10.     navbutton-horiz-hovered: url(blenavhh.gif);
  11.     navbutton-vert-pushed: url(blenavvs.gif);
  12.     navbutton-vert-normal: url(blenavva.gif);
  13.     navbutton-vert-hovered: url(blenavvh.gif);
  14.     navbutton-home-normal: url(blehomea.gif);
  15.     navbutton-home-hovered: url(blehomeh.gif);
  16.     navbutton-home-pushed: url(blehomep.gif);
  17.     navbutton-up-normal: url(bleupa.gif);
  18.     navbutton-up-hovered: url(bleuph.gif);
  19.     navbutton-up-pushed: url(bleupp.gif);
  20.     navbutton-prev-normal: url(blebacka.gif);
  21.     navbutton-prev-hovered: url(blebackh.gif);
  22.     navbutton-prev-pushed: url(blebackp.gif);
  23.     navbutton-next-normal: url(blenexta.gif);
  24.     navbutton-next-hovered: url(blenexth.gif);
  25.     navbutton-next-pushed: url(blenextp.gif);
  26. }
  27. .mstheme-bannertxt
  28. {
  29.     font-family: "Trebuchet MS", Arial, Helvetica;
  30.     font-size: 6;
  31.     color: rgb(255,204,0);
  32. }
  33. .mstheme-horiz-navtxt
  34. {
  35.     font-family: Verdana, Arial, Helvetica;
  36.     font-size: 2;
  37.     font-weight: bold;
  38.     color: rgb(0,0,0);
  39. }
  40. .mstheme-vert-navtxt
  41. {
  42.     font-family: Verdana, Arial, Helvetica;
  43.     font-size: 2;
  44.     font-weight: bold;
  45.     text-align: right;
  46.     color: rgb(0,0,0);
  47. }
  48. .mstheme-navtxthome
  49. {
  50.     font-family: "Trebuchet MS", Arial, Helvetica;
  51.     font-size: 1;
  52.     color: rgb(255,204,0);
  53. }
  54. .mstheme-navtxtup
  55. {
  56.     font-family: "Trebuchet MS", Arial, Helvetica;
  57.     font-size: 1;
  58.     color: rgb(255,204,0);
  59. }
  60. .mstheme-navtxtprev
  61. {
  62.     font-family: "Trebuchet MS", Arial, Helvetica;
  63.     font-size: 1;
  64.     color: rgb(255,204,0);
  65. }
  66. .mstheme-navtxtnext
  67. {
  68.     font-family: "Trebuchet MS", Arial, Helvetica;
  69.     font-size: 1;
  70.     color: rgb(255,204,0);
  71. }
  72. UL
  73.     list-style-image: url(blebul1a.gif);
  74. }
  75. UL UL
  76. {
  77.     list-style-image: url(blebul2a.gif);
  78. }
  79. UL UL UL
  80. {
  81.     list-style-image: url(blebul3a.gif);
  82. }
  83.